- WorkAreaXToScreen(
- --------------------------------------
- New keyword
-
-
- Use: Converts X
coordinate from work area coordinate,
- (coordinate inside a window) to a screen coordinate.
-
- Syntax is: ScreenX%=WorkAreaXToScreen(WindowName,WorkX%)
-
- Where: WorkX%
is the work area coordinate; WindowName is
- the name of the window and ScreenX%
is the screen coordinate.